-
Notifications
You must be signed in to change notification settings - Fork 2
/
routes
executable file
·25 lines (21 loc) · 1.03 KB
/
routes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# Routes
# This file defines all application routes (Higher priority routes first)
# ~~~~
-> / de.innfactory.smithy4play.AutoRouter
POST /graphql de.innfactory.bootstrapplay2.graphql.GraphQLController.graphql
POST /graphql/schema de.innfactory.bootstrapplay2.graphql.GraphQLController.renderSchema
# - - - - - - - - WEBSOCKET - - - - - - - -
###
# summary: Websocket
# tags:
# - public
# responses:
# '200':
# description: Response
###
GET /v1/websocket de.innfactory.bootstrapplay2.websockets.application.WebsocketController.socket
# Map static resources from the /public folder to the /assets URL path
### NoDocs ###
#GET /assets/*file controllers.Assets.versioned(path="/public", file: Asset)
### NoDocs ###
#GET /v1/assets/*file controllers.Assets.versioned(path="/public", file: Asset)