mirror of
https://github.com/DeviceFarmer/stf.git
synced 2026-04-18 16:13:24 +02:00
Ensure that all API calls and static resources are in their own unique paths. This makes it easier to add a load balancer on top of everything.
This commit is contained in:
5
res/auth/ldap/scripts/entry.js
Normal file
5
res/auth/ldap/scripts/entry.js
Normal file
@@ -0,0 +1,5 @@
|
||||
require.ensure(['angular', 'angular-route'], function (require) {
|
||||
require('angular')
|
||||
require('angular-route')
|
||||
|
||||
})
|
||||
Reference in New Issue
Block a user