diff options
Diffstat (limited to 'src/routes.js')
-rw-r--r-- | src/routes.js | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/routes.js b/src/routes.js index ef00e68..d97ed0a 100644 --- a/src/routes.js +++ b/src/routes.js @@ -1,3 +1,10 @@ +/* + * routes.js + * Copyright (c) 2019, Texx + * License: MIT + * See https://github.com/texxme/Texx/blob/master/LICENSE + */ + import {Router} from 'express'; const routes = Router(); |