mirror of
https://github.com/jhillyerd/inbucket.git
synced 2025-12-22 12:07:04 +00:00
revel skeleton
This commit is contained in:
14
conf/routes
Normal file
14
conf/routes
Normal file
@@ -0,0 +1,14 @@
|
||||
# Routes
|
||||
# This file defines all application routes (Higher priority routes first)
|
||||
# ~~~~
|
||||
|
||||
GET / Application.Index
|
||||
|
||||
# Ignore favicon requests
|
||||
GET /favicon.ico 404
|
||||
|
||||
# Map static resources from the /app/public folder to the /public path
|
||||
GET /public/ staticDir:public
|
||||
|
||||
# Catch all
|
||||
* /{controller}/{action} {controller}.{action}
|
||||
Reference in New Issue
Block a user