Fix heading

This commit is contained in:
lukinovec 2022-12-14 15:52:31 +01:00
parent d7b455ba1c
commit ff4c0035e8

View file

@ -27,7 +27,7 @@ Route::group(['prefix' => config('sanctum.prefix', 'sanctum')], static function
});
```
### Sanctum's csrf-cookie in both the central and the tenant app
### Sanctum's csrf-cookie route in both the central and the tenant app
To use the `sanctum.csrf-cookie` route in both the central and the tenant apps: