partkeepr

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

routing.yml (1581B)


      1 _setup:
      2     resource: "@PartKeeprSetupBundle/Controller/SetupController.php"
      3     type:     annotation
      4 
      5 _setup_warmup:
      6     resource: "@PartKeeprSetupBundle/Controller/CacheWarmupSetupController.php"
      7     type:     annotation
      8 
      9 _setup_schema:
     10     resource: "@PartKeeprSetupBundle/Controller/SchemaSetupController.php"
     11     type:     annotation
     12 
     13 _setup_adminuser:
     14     resource: "@PartKeeprSetupBundle/Controller/AdminUserSetupController.php"
     15     type:     annotation
     16 
     17 _setup_migration:
     18     resource: "@PartKeeprSetupBundle/Controller/SchemaMigrationSetupController.php"
     19     type:     annotation
     20 
     21 _setup_part_unit:
     22     resource: "@PartKeeprSetupBundle/Controller/PartUnitSetupController.php"
     23     type:     annotation
     24 
     25 _setup_footprint:
     26     resource: "@PartKeeprSetupBundle/Controller/FootprintSetupController.php"
     27     type:     annotation
     28 
     29 _setup_si_prefixes:
     30     resource: "@PartKeeprSetupBundle/Controller/SiPrefixSetupController.php"
     31     type:     annotation
     32 
     33 _setup_units:
     34     resource: "@PartKeeprSetupBundle/Controller/UnitSetupController.php"
     35     type:     annotation
     36 
     37 _setup_manufacturers:
     38     resource: "@PartKeeprSetupBundle/Controller/ManufacturerSetupController.php"
     39     type:     annotation
     40 
     41 _setup_parseconfig:
     42     resource: "@PartKeeprSetupBundle/Controller/ExistingConfigParserController.php"
     43     type:     annotation
     44 
     45 _setup_existingusers:
     46     resource: "@PartKeeprSetupBundle/Controller/ExistingUserSetupController.php"
     47     type:     annotation
     48 
     49 _setup_filemigration:
     50     resource: "@PartKeeprSetupBundle/Controller/FileMigrationController.php"
     51     type:     annotation