File tree Expand file tree Collapse file tree 3 files changed +5
-1
lines changed Expand file tree Collapse file tree 3 files changed +5
-1
lines changed Original file line number Diff line number Diff line change 37
37
- added `called {Number}` property per action in the `F.actions` collection
38
38
- fixed `CONF.$root` functionality
39
39
- improved `F.backup()` by adding internal ignore list for `.DS_Store` and `.gitignore` files
40
+ - fixed `CONF.$root` in proxies
40
41
41
42
========================
42
43
0.0.12
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " total5" ,
3
- "version" : " 0.0.13-12 " ,
3
+ "version" : " 0.0.13-13 " ,
4
4
"description" : " Total.js framework v5" ,
5
5
"main" : " index.js" ,
6
6
"directories" : {
Original file line number Diff line number Diff line change @@ -865,6 +865,9 @@ Proxy.prototype.remove = function() {
865
865
866
866
exports . proxy = function ( url , target ) {
867
867
868
+ // Apply proxy
869
+ url = F . virtualpath ( url ) ;
870
+
868
871
if ( ! target ) {
869
872
let index = F . routes . proxies . TfindIndex ( 'url' , url . toLowerCase ( ) ) ;
870
873
if ( index !== - 1 )
You can’t perform that action at this time.
0 commit comments