partkeepr

fork of partkeepr
git clone https://git.e1e0.net/partkeepr.git
Log | Files | Refs | Submodules | README | LICENSE

routing.yml (1443B)


      1 part_keepr_auth:
      2     resource: "@PartKeeprAuthBundle/Controller/"
      3     type:     annotation
      4     prefix:   /
      5 
      6 part_keepr_octopart:
      7     resource: "@PartKeeprOctoPartBundle/Controller/"
      8     type:     annotation
      9     prefix:   /
     10 
     11 part_keepr_core:
     12     resource: "@PartKeeprCoreBundle/Controller/"
     13     type:     annotation
     14     prefix:   /
     15 
     16 PartKeeprImageBundle:
     17     resource: "@PartKeeprImageBundle/Controller/"
     18     type:     annotation
     19     prefix:   /
     20 
     21 PartKeeprProjectBundle:
     22     resource: "@PartKeeprProjectBundle/Controller/"
     23     type:     annotation
     24     prefix:   /
     25 
     26 PartKeeprStatisticBundle:
     27     resource: "@PartKeeprStatisticBundle/Controller/"
     28     type:     annotation
     29     prefix:   /
     30 
     31 PartKeeprCronloggerBundle:
     32     resource: "@PartKeeprCronLoggerBundle/Controller/"
     33     type:     annotation
     34     prefix:   /
     35 
     36 PartKeeprPartBundle:
     37     resource: "@PartKeeprPartBundle/Controller/"
     38     type:     annotation
     39     prefix:   /
     40 
     41 PartKeeprMobileFrontendBundle:
     42     resource: "@PartKeeprMobileFrontendBundle/Controller/"
     43     type:     annotation
     44     prefix:   /
     45 
     46 _frontend:
     47     resource: "@PartKeeprFrontendBundle/Resources/config/routing.yml"
     48 
     49 _import:
     50     resource: "@PartKeeprImportBundle/Resources/config/routing.yml"
     51 
     52 _export:
     53     resource: "@PartKeeprExportBundle/Resources/config/routing.yml"
     54 
     55 _setup:
     56     resource: "@PartKeeprSetupBundle/Resources/config/routing.yml"
     57 
     58 api:
     59     resource: "."
     60     type:     "api"
     61     prefix:   "/api" # Optional