Browse Source

bump appcache

pull/10/head
Aaron Parecki 9 years ago
parent
commit
965aed7436
2 changed files with 2 additions and 2 deletions
  1. +1
    -1
      controllers/controllers.php
  2. +1
    -1
      views/appcache.php

+ 1
- 1
controllers/controllers.php View File

@ -311,7 +311,7 @@ $app->get('/map.png', function() use($app) {
$app->response()->body($img); $app->response()->body($img);
}); });
$app->get('/-teacup.appcache', function() use($app) {
$app->get('/teacup.appcache', function() use($app) {
$content = partial('appcache'); $content = partial('appcache');
$app->response()['Content-type'] = 'text/cache-manifest'; $app->response()['Content-type'] = 'text/cache-manifest';

+ 1
- 1
views/appcache.php View File

@ -12,4 +12,4 @@ CACHE MANIFEST
NETWORK: NETWORK:
* *
# v8
# v9

Loading…
Cancel
Save