Skip to content

Commit

Permalink
fix: remove add_public_directory
Browse files Browse the repository at this point in the history
  • Loading branch information
mutantsan committed Jan 12, 2024
1 parent 3f8e75a commit 832e7fa
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ckanext/drupal_api/plugin.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ def get_helpers(self):

def update_config(self, config_):
tk.add_template_directory(config_, "templates")
tk.add_public_directory(config_, "assets")
tk.add_resource("assets", "ckanext-drupal-api")
tk.add_ckan_admin_tab(config_, "drupal_api.drupal_api_config", "Drupal API")

Expand Down
File renamed without changes.

0 comments on commit 832e7fa

Please sign in to comment.