Home | History | Annotate | Download | only in RebaselineQueueServer
      1 application: rebaseline-queue
      2 version: 1
      3 runtime: python
      4 api_version: 1
      5 
      6 handlers:
      7 - url: /static
      8   static_dir: static
      9 
     10 - url: .*
     11   script: main.py
     12