Routes.internal

Creates an internal route. Internal routes can only be accessed internally, which measn any external access to them will throw an unauthorized error.

class Routes
final static
void
internal
(
string route
)

Parameters

route string

The route.

Meta