i give up
This commit is contained in:
		@@ -6,25 +6,12 @@
 | 
			
		||||
    },
 | 
			
		||||
    "routes": [
 | 
			
		||||
        {
 | 
			
		||||
            "match": {
 | 
			
		||||
                "uri": "/static/*"
 | 
			
		||||
            },
 | 
			
		||||
            "action": {
 | 
			
		||||
                "share": "/usr/src/app/CalibreWebCompanion/static"
 | 
			
		||||
            }
 | 
			
		||||
            "match": {"uri": "/static/*"},
 | 
			
		||||
            "action": {"share": "/usr/src/app/CalibreWebCompanion/static"}
 | 
			
		||||
        },
 | 
			
		||||
        {
 | 
			
		||||
            "action": {
 | 
			
		||||
                "share": "/static/"
 | 
			
		||||
             }
 | 
			
		||||
        },
 | 
			
		||||
        {
 | 
			
		||||
            "match": {
 | 
			
		||||
                "uri": "/download/*"
 | 
			
		||||
            },
 | 
			
		||||
            "action": {
 | 
			
		||||
                "share": "/usr/src/app/calibredir/"
 | 
			
		||||
            }
 | 
			
		||||
            "match": {"uri": "/download/*"},
 | 
			
		||||
            "action": {"share": "/usr/src/app/calibredir"}
 | 
			
		||||
        },
 | 
			
		||||
        {
 | 
			
		||||
            "action": {
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user