This commit is contained in:
@@ -240,8 +240,8 @@ app.shell = (function () {
|
||||
page('/ops', ops);
|
||||
page('/trials', trials);
|
||||
page('/trialEdit/:id', trialEdit);
|
||||
page('/ravLicenses/:id/', ravLicenses);
|
||||
page('/ravLicense/:id/:site_id', ravLicense);
|
||||
page('/ravLicenses/:id', ravLicenses);
|
||||
page('/ravLicense/:id', ravLicense);
|
||||
page('*', notFound);
|
||||
page({
|
||||
hashbang: true
|
||||
|
||||
Reference in New Issue
Block a user